diff options
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 498e11398..3e434c125 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ always_built_SUBDIRS = \ SUBDIRS = \ - intl po macros docs \ + intl po macros \ $(always_built_SUBDIRS) \ $(gtop_SUBDIRS) \ $(ghttp_SUBDIRS) \ @@ -91,7 +91,7 @@ SUBDIRS = \ $(xml_SUBDIRS) DIST_SUBDIRS = \ - intl po macros docs \ + intl po macros \ $(always_built_SUBDIRS) \ $(gtop_applets) \ $(ghttp_applets) \ |