Ver Fonte

* updated to use syntax.sty

peter há 25 anos atrás
pai
commit
0188e6aa53
1 ficheiros alterados com 4 adições e 0 exclusões
  1. 4 0
      install/debian/rules

+ 4 - 0
install/debian/rules

@@ -46,6 +46,7 @@ clean:
 	$(MAKE) packages_distclean
 
 	$(MAKE) -C docs clean
+	rm -f docs/syntax.sty
 
 	dh_clean
 
@@ -138,6 +139,9 @@ build-indep-stamp: debian-files-stamp
 	@echo "--- Building Documentation"
 	dh_testdir
 
+# We need our own syntax.sty (v1.9) which is not in the current tetex and
+# on ctan.org (PFV)
+	cp debian/syntax.sty docs
 	$(MAKE) -C docs $(DOCTYPE)
 
 	touch build-indep-stamp