Add generated man pages to .gitignore.
[oweals/opkg-lede.git] / configure.ac
index 0583897342823594ec5541e5bba674068f200261..907911be09bbf51b8fc3f2bff873392f80811927 100644 (file)
@@ -225,13 +225,13 @@ if test x$opkglibdir = x; then
         opkglibdir=/usr/lib
 fi
 
-ipkgetcdir=
+opkgetcdir=
 AC_ARG_WITH(opkgetcdir,
-[  --with-ipkgetcdir=DIR   specifies directory for opkg.conf file,
+[  --with-opkgetcdir=DIR   specifies directory for opkg.conf file,
                            "/opkg" is always added so if you want your files
                            to be in /usr/etc/opkg instead of /etc/opkg
                            you should indicate
-                           --with-ipkgetcdir=/usr/etc ],
+                           --with-opkgetcdir=/usr/etc ],
 [case "${withval}" in
 yes)    AC_MSG_ERROR(bad value ${withval} given for opkg.conf directory ) ;;
 no)     ;;
@@ -270,11 +270,12 @@ Use --disable-gpg if you want OpenSSL smime signatures])
        fi
 fi
 
-
+CLEAN_DATE=`date +"%B %Y" | tr -d '\n'`
 
 AC_SUBST(opkglibdir)
 AC_SUBST(opkgetcdir)
 AC_SUBST(opkglockfile)
+AC_SUBST([CLEAN_DATE])
 
 # Setup output beautifier.
 SHAVE_INIT([shave], [enable])
@@ -290,4 +291,7 @@ AC_OUTPUT(
     libopkg.pc
     shave/shave
     shave/shave-libtool
+    man/Makefile
+    man/opkg-cl.1
+    man/opkg-key.1
     )