Changeset 341 in MondoRescue for branches/stable


Ignore:
Timestamp:
Jan 20, 2006, 1:16:02 AM (18 years ago)
Author:
bcornec
Message:

Remove docs subdirs from the autoconf build

Location:
branches/stable/mondo
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/configure.in

    r338 r341  
    173173AC_SUBST(my_kde_libraries)
    174174
    175 AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/docs/Makefile mondo/docs/en/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/xmondo/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile])
     175AC_OUTPUT([Makefile mondo/Makefile mondo/common/Makefile mondo/mondoarchive/Makefile mondo/mondorestore/Makefile mondo/restore-scripts/Makefile mondo/restore-scripts/mondo/Makefile mondo/restore-scripts/usr/Makefile mondo/restore-scripts/usr/bin/Makefile mondo/xmondo/Makefile mondo/post-nuke.sample/Makefile mondo/post-nuke.sample/usr/Makefile mondo/post-nuke.sample/usr/bin/Makefile])
  • branches/stable/mondo/mondo/Makefile.am

    r247 r341  
    11# Note that configure will define @XMONDO@ to be "xmondo" if X support
    22# is enabled, "" if not
    3 SUBDIRS        = common mondoarchive mondorestore @XMONDO@ docs restore-scripts post-nuke.sample
    4 DIST_SUBDIRS   = common mondoarchive mondorestore xmondo docs restore-scripts post-nuke.sample
     3SUBDIRS        = common mondoarchive mondorestore @XMONDO@ restore-scripts post-nuke.sample
     4DIST_SUBDIRS   = common mondoarchive mondorestore xmondo restore-scripts post-nuke.sample
    55
    66pkglib_DATA   = do-not-compress-these autorun
Note: See TracChangeset for help on using the changeset viewer.