Skip to content

Commit

Permalink
[MISC] Documentation cleanup
Browse files Browse the repository at this point in the history
Move all licence and copyright bits into doc/

Add doc/Makefile and use DOCS= infrastructure to install all
documentation.

Signed-off-by: Fabio M. Di Nitto <[email protected]>
  • Loading branch information
fabbione committed Jul 1, 2008
1 parent 22c2a16 commit f174491
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
include make/defines.mk

REALSUBDIRS = gnbd-kernel/src gfs-kernel/src/gfs \
config cman ccs dlm fence/libfenced group fence gfs gfs2 gnbd rgmanager bindings
config cman ccs dlm fence/libfenced group \
fence gfs gfs2 gnbd rgmanager bindings doc

SUBDIRS = $(filter-out \
$(if ${without_gnbd-kernel/src},gnbd-kernel/src) \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 17 additions & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
DOCS = gfs2.txt \
journaling.txt \
min-gfs.txt \
usage.txt \
COPYING.applications \
COPYING.libraries \
COPYRIGHT \
README.licence

all:

include ../make/defines.mk
include $(OBJDIR)/make/install.mk
include $(OBJDIR)/make/uninstall.mk
include $(OBJDIR)/make/clean.mk

clean: generalclean
File renamed without changes.

0 comments on commit f174491

Please sign in to comment.