source: MondoRescue/branches/stable/pbconf/mondo/pbinit@ 1607

Last change on this file since 1607 was 1607, checked in by Bruno Cornec, 17 years ago

pbinit now deals with man page for mindi
mindi pkg generated with pb

  • Property svn:executable set to *
File size: 267 bytes
Line 
1#!/usr/bin/perl -w
2#
3# Init script for mondo with Project-Builder
4#
5
6# Export documentation to generate what is needed
7
8mkdir -p docs/en docs/man
9$PBCMSEXP $PBROOT/mondo-doc docs/en
10cd docs/en
11cp mondo*.8 ../man
12# should call filter_file here
13make -f Makefile.howto
Note: See TracBrowser for help on using the repository browser.