diff options
author | Edward Hervey <bilboed@bilboed.com> | 2005-03-22 17:47:39 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2005-03-22 17:47:39 +0000 |
commit | 1122619b531158f9bd47af05c454b8817972f18f (patch) | |
tree | 19ce8ab26979bb0ac48d8351979202a44b5d7861 /Makefile.am | |
parent | c6b909b6ea626b9c24e16513ccab7a68776ee698 (diff) |
Added gtk-doc API documentation autofoo and skeleton
Original commit message from CVS:
Added gtk-doc API documentation autofoo and skeleton
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2f8647e..ae74aa0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,10 @@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ -SUBDIRS = gnl test ## docs +SUBDIRS = gnl test docs # These are all the possible subdirs -DIST_SUBDIRS = gnl ##test ## docs +DIST_SUBDIRS = gnl test docs bin_SCRIPTS = gnonlin-config |