From 3fcfb0e1f4cf535ce3356ecef32a21a9e9fc27b5 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 22 Jul 2016 08:20:28 +0200 Subject: Move the repo to github. --- doc/.gitignore | 1 - doc/Makefile.am | 30 ------------------------------ 2 files changed, 31 deletions(-) delete mode 100644 doc/.gitignore delete mode 100644 doc/Makefile.am (limited to 'doc') diff --git a/doc/.gitignore b/doc/.gitignore deleted file mode 100644 index f7e585b..0000000 --- a/doc/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.1 diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 2dfd6bd..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -HELP2MAN = $(SHELL) $(top_srcdir)/$(config_aux_dir)/missing --run help2man - -# The help2man call -# ================= -# Make the rules always dependant on source (thus on postgresql-setup.in, not on -# postgresql-setup), at least for distributed files. Otherwise, the '*.1' -# manual page is regenerated even when distributed and no code change actually -# happened. In case there exists some target generating other file directly -# depending on the generated manual page, we would need 'touch $@'. But it -# seems better to keep warning user about non-existing help2man when '.in' -# changed. -# TODO: make it non-fatal for cross-compilation case also -# TODO: separate it to its own m4 module (for easier distribution) - -HELP2MAN_RUN = \ - $(HELP2MAN) --output=$@ $$input -N ; \ - rs=$$? ; \ - if test $$rs -eq 127; then \ - test -f $@ ; \ - else \ - test $$rs -eq 0 ; \ - fi - -setup_man = $(srcdir)/$(NAME_BINARYBASE)-setup.1 - -dist_man_MANS = $(setup_man) - -$(setup_man): $(top_srcdir)/postgresql-setup - $(AM_V_GEN)export input=$(top_srcdir)/$(NAME_BINARYBASE)-setup ; \ - $(HELP2MAN_RUN) -- cgit