Skip to content

Commit bd9519f

Browse files
committed
docs/: Move contents to docs/docs/
This lets us use docs/ for the website, as is standard for GitHub Pages.
1 parent de6d587 commit bd9519f

File tree

12 files changed

+4
-4
lines changed

12 files changed

+4
-4
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
1919

2020
if ENABLE_DOCUMENTATION
21-
doc_subdirs = docs
21+
doc_subdirs = docs/docs
2222
else
2323
doc_subdirs =
2424
endif

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])
3434

3535
MM_PREREQ([0.9.10])
3636
MM_INIT_MODULE([sigc++-3.0])
37-
MM_CONFIG_DOCTOOL_DIR([docs])
37+
MM_CONFIG_DOCTOOL_DIR([docs/docs])
3838

3939
AC_PROG_CXX
4040
MM_AX_CXX_COMPILE_STDCXX([14],[noext],[mandatory])
@@ -80,8 +80,8 @@ AC_CONFIG_FILES([Makefile
8080
sigc++/Makefile
8181
examples/Makefile
8282
tests/Makefile
83-
docs/Makefile
84-
docs/reference/Doxyfile
83+
docs/docs/Makefile
84+
docs/docs/reference/Doxyfile
8585
MSVC_Net2017/sigc.rc])
8686

8787
# Copy the generated configuration headers into the MSVC project directories.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)