55238e56d2
robodoc extracts comments describing the code into documentation files. It is inspired by the autodoc program written by Commodore.
13 lines
397 B
Text
13 lines
397 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/09/26 19:29:13 wrstuden Exp $
|
|
|
|
--- makefile.am.orig Tue Sep 25 18:40:47 2001
|
|
+++ makefile.am Tue Sep 25 18:41:59 2001
|
|
@@ -10,7 +10,7 @@
|
|
|
|
exampledir = $(prefix)/examples/$(PACKAGE)-$(VERSION)
|
|
|
|
-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
|
|
+docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
|
|
doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
|
|
|
|
EXTRA_DIST = \
|