Browse Source

* use fp-docs.isntall

peter 20 years ago
parent
commit
925e9952f3
3 changed files with 2 additions and 8 deletions
  1. 0 7
      install/debian/fp-docs.docs.in
  2. 1 0
      install/debian/fp-docs.install.in
  3. 1 1
      install/debian/rules

+ 0 - 7
install/debian/fp-docs.docs.in

@@ -1,7 +0,0 @@
-debian/tmp/usr/share/doc/fpc/%{fpcversion}/user.pdf
-debian/tmp/usr/share/doc/fpc/%{fpcversion}/units.pdf
-debian/tmp/usr/share/doc/fpc/%{fpcversion}/ref.pdf
-debian/tmp/usr/share/doc/fpc/%{fpcversion}/prog.pdf
-debian/tmp/usr/share/doc/fpc/%{fpcversion}/fpdoc.pdf
-debian/tmp/usr/share/doc/fpc/%{fpcversion}/fcl.pdf
-debian/tmp/usr/share/doc/fpc/%{fpcversion}/chart.pdf

+ 1 - 0
install/debian/fp-docs.install.in

@@ -0,0 +1 @@
+/usr/share/doc/fp-docs

+ 1 - 1
install/debian/rules

@@ -191,7 +191,7 @@ install-indep-stamp: debian-files build-indep
 	dh_testroot
 	dh_testroot
 	dh_clean -k
 	dh_clean -k
 
 
-	$(MAKE) -C docs $(DOCTYPE)install DOCINSTALLDIR=$(INSTALL_DIR)/usr/share/doc/fpc/$(FPCVERSION)/
+	$(MAKE) -C docs $(DOCTYPE)install DOCINSTALLDIR=$(INSTALL_DIR)/usr/share/doc/fp-docs
 
 
 	touch install-indep-stamp
 	touch install-indep-stamp