X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=24328b35ec1c61d9bcee21862019c682c6a1697b;hb=9e86010ce13b72921b4887b235d209adc6d263b7;hp=81c874a96cb244df0babaec01b463a9449605821;hpb=1ef78043a28df140e5302a4e00635e3d0792dbeb;p=febootstrap.git diff --git a/Makefile.am b/Makefile.am index 81c874a..24328b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,3 +16,27 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # # Written by Richard W.M. Jones + +bin_SCRIPTS = febootstrap + +febootstrap: febootstrap.sh + rm -f $@ + cp $< $@-t + chmod 0755 $@-t + mv $@-t $@ + +man_MANS = febootstrap.8 + +if HAVE_PERLDOC +febootstrap.8: febootstrap.pod + pod2man \ + --section 8 \ + -c "Virtualization Support" \ + --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ + $< > $@ + +febootstrap.txt: febootstrap.pod + pod2text $< > $@ +endif + +EXTRA_DIST = febootstrap.8 febootstrap.txt