]> git.donarmstrong.com Git - debbugs.git/blobdiff - Makefile
[project @ 2003-04-23 15:29:13 by cjwatson]
[debbugs.git] / Makefile
index ae3dacf5d0812a004588bee7a1141c78da0fb5ff..16fb5ee99050f54681c0b5988b7585ecbc42e33b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,6 @@ $(var_dir)/spool/db-h $(scripts_dir) $(examples_dir) $(man8_dir); \
 
        # install the HTML pages etc
        $(foreach html, $(htmls_in), $(install_data) $(html) $(etc_dir)/html;)
-       $(install_data) html/lynx-cfg $(etc_dir)/html/lynx-cfg
        $(install_data) html/htaccess $(var_dir)/www/db/.htaccess
 
        # install the CGIs
@@ -54,6 +53,7 @@ $(var_dir)/spool/db-h $(scripts_dir) $(examples_dir) $(man8_dir); \
 
        # install debbugsconfig
        $(install_exec) debian/debbugsconfig $(sbin_dir)
+       $(install_data) debian/debbugsconfig.8 $(man8_dir)
        # install the debbugs-dbhash migration tool
        $(install_exec) migrate/debbugs-dbhash $(sbin_dir)
        $(install_data) migrate/debbugs-dbhash.8 $(man8_dir)