diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | help/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 684a5d9..9cb683a 100644 --- a/configure.ac +++ b/configure.ac @@ -72,7 +72,7 @@ dnl ########################################################################### dnl Documentation dnl ########################################################################### -YELP_HELP_INIT +#YELP_HELP_INIT dnl ########################################################################### dnl Files to generate diff --git a/help/Makefile.am b/help/Makefile.am index 66caf06..3b1640f 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,4 +1,4 @@ -@YELP_HELP_RULES@ +#@YELP_HELP_RULES@ HELP_ID = mate-calc HELP_FILES = absolute.page \ base.page \ |