Skip to content

Commit

Permalink
www: remove website content
Browse files Browse the repository at this point in the history
Website content is simplified now docs are built with sphinx and hosted
on Read The Docs. Remaining website content is moved from master branch
to gh-pages branch.
  • Loading branch information
xdelaruelle committed Oct 14, 2017
1 parent e8d2656 commit 7721c59
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 4,021 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: doc pkgdoc www initdir install uninstall dist dist-tar dist-gzip \
.PHONY: doc pkgdoc initdir install uninstall dist dist-tar dist-gzip \
dist-bzip2 srpm clean distclean test testinstall instrument testcoverage

# definitions for code coverage
Expand Down Expand Up @@ -34,9 +34,6 @@ pkgdoc: version.inc
doc: version.inc
make -C doc all

www:
make -C www all

# build version.inc shared definitions from git repository info
ifeq ($(wildcard .git) $(wildcard version.inc.in),.git version.inc.in)
GIT_CURRENT_TAG := $(shell git describe --tags --abbrev=0)
Expand Down Expand Up @@ -264,9 +261,6 @@ endif
ifneq ($(wildcard $(COMPAT_DIR)/Makefile),)
make -C compat clean
endif
ifneq ($(wildcard www),)
make -C www clean
endif

distclean: clean
rm -f Makefile.inc
Expand Down
258 changes: 0 additions & 258 deletions contrib/doc2www

This file was deleted.

4 changes: 0 additions & 4 deletions www/.htaccess

This file was deleted.

58 changes: 0 additions & 58 deletions www/Makefile

This file was deleted.

0 comments on commit 7721c59

Please sign in to comment.