X-Git-Url: https://git.grml.org/?p=grml-debootstrap.git;a=blobdiff_plain;f=Makefile;h=70cca321a619bbb8c9c35a8a92d89fd3db3cbd7c;hp=e89c031e285b8f2e3a6ed42078c42042f5822fad;hb=1669cf2d8c22833e325ce86e005ebd1a51abc295;hpb=efee349b1dcf1880910bcc3199ae5af8b9684165 diff --git a/Makefile b/Makefile index e89c031..70cca32 100644 --- a/Makefile +++ b/Makefile @@ -14,15 +14,7 @@ doc_man: man-stamp man-stamp: grml-debootstrap.8.txt sed -i 's/^include::releasetable.txt\[\]/include::releasetable-man.txt\[\]/' grml-debootstrap.8.txt asciidoc -d manpage -b docbook grml-debootstrap.8.txt - sed -i 's///' grml-debootstrap.8.xml xsltproc /usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl grml-debootstrap.8.xml - # ugly hack to avoid duplicate empty lines in manpage - # notice: docbook-xsl 1.71.0.dfsg.1-1 is broken! make sure you use 1.68.1.dfsg.1-0.2! - cp grml-debootstrap.8 grml-debootstrap.8.tmp - uniq grml-debootstrap.8.tmp > grml-debootstrap.8 - # ugly hack to avoid '.sp' at the end of a sentence or paragraph: - sed -i 's/\.sp//' grml-debootstrap.8 - rm grml-debootstrap.8.tmp touch man-stamp online: all @@ -32,3 +24,9 @@ online: all clean: rm -rf grml-debootstrap.8.html grml-debootstrap.8.xml grml-debootstrap.8 html-stamp man-stamp + +testrun: + cd ./packer && $(MAKE) compile && $(MAKE) packer + +vagrant: + vagrant up