X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=1f7dbe878f4311ecb7bf7005daa7c3cc4261fa78;hb=refs%2Fheads%2Fdebian;hp=bc4f1ccb7743e81ac797b50620462f2d7d265783;hpb=9ceac0920581b2e794efd940cd33002cab015b2c;p=rrq%2Foverlay-boot.git diff --git a/Makefile b/Makefile index bc4f1cc..1f7dbe8 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ $(ETCDIR)/subhosts.conf: subhosts.conf | $(ETCDIR)/ # Generic rule: a local .8 file depends on the same .8.adoc file, if any $(MAN8FILES): %: %.adoc - a2x -d manpage -f manpage $^ + asciidoctor -b manpage $^ # Generic rule: an installed MAN8FILE file depends on a local the # same, and that the installation directory exists @@ -71,3 +71,7 @@ BUILDPACKAGE = -us -uc --build=full -Iolle deb: dpkg-buildpackage $(BUILDPACKAGE) # PREFIX= INCLUDE_PREFIX=/usr + +build: + gbp buildpackage --git-debian-branch=debian --git-export-dir=build \ + --git-ignore-new