mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Debian package: build and install gfdoc.
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@@ -38,7 +38,7 @@ build-stamp: configure-stamp
|
|||||||
# Add here commands to compile the package.
|
# Add here commands to compile the package.
|
||||||
cd src && ./configure $(confflags)
|
cd src && ./configure $(confflags)
|
||||||
|
|
||||||
$(MAKE) -C src unix
|
$(MAKE) -C src unix gfdoc
|
||||||
#docbook-to-man debian/gf.sgml > gf.1
|
#docbook-to-man debian/gf.sgml > gf.1
|
||||||
|
|
||||||
touch build-stamp
|
touch build-stamp
|
||||||
@@ -60,7 +60,7 @@ install: build
|
|||||||
dh_installdirs
|
dh_installdirs
|
||||||
|
|
||||||
# Add here commands to install the package into debian/gf.
|
# Add here commands to install the package into debian/gf.
|
||||||
$(MAKE) -C src install-gf prefix=$(CURDIR)/debian/gf
|
$(MAKE) -C src install-gf install-gfdoc prefix=$(CURDIR)/debian/gf
|
||||||
|
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
|
|||||||
Reference in New Issue
Block a user