Loading Makefile.am +11 −0 Original line number Diff line number Diff line Loading @@ -72,3 +72,14 @@ EXTRA_DIST = \ DISTCLEANFILES = \ $(data_desktop_DATA) if DOCS docs/index.page: docs/vala.xml $(top_srcdir)/util/valadocize $< $@ docs/index.html: docs/index.page $(YELP_BUILD) html -o docs $< ;\ sed -i -e "s/C\.css/vala-example.css/g" $@ CLEANFILES = docs/index.html docs/index.page docs/C.css endif configure.ac +8 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,14 @@ AC_SUBST(EXAMPLE_CFLAGS) AC_SUBST(EXAMPLE_LIBS) AC_SUBST(EXAMPLE_PACKAGES) AC_ARG_ENABLE([docs], AS_HELP_STRING([--enable-docs], [Enable building documentation (default: no)])) AS_IF([test "x$enable_docs" = "xyes"], [ AC_PATH_PROG(YELP_BUILD, yelp-build) ]) AM_CONDITIONAL([DOCS], [test "x$YELP_BUILD" != "x"]) AC_CONFIG_FILES([ Makefile ]) Loading docs/vala-example.css +4 −0 Original line number Diff line number Diff line Loading @@ -712,6 +712,10 @@ span.tag-name { color: blue; } span.access { color: #bd6dff; } pre.syntax span.tag { color: #729fcf; } Loading Loading
Makefile.am +11 −0 Original line number Diff line number Diff line Loading @@ -72,3 +72,14 @@ EXTRA_DIST = \ DISTCLEANFILES = \ $(data_desktop_DATA) if DOCS docs/index.page: docs/vala.xml $(top_srcdir)/util/valadocize $< $@ docs/index.html: docs/index.page $(YELP_BUILD) html -o docs $< ;\ sed -i -e "s/C\.css/vala-example.css/g" $@ CLEANFILES = docs/index.html docs/index.page docs/C.css endif
configure.ac +8 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,14 @@ AC_SUBST(EXAMPLE_CFLAGS) AC_SUBST(EXAMPLE_LIBS) AC_SUBST(EXAMPLE_PACKAGES) AC_ARG_ENABLE([docs], AS_HELP_STRING([--enable-docs], [Enable building documentation (default: no)])) AS_IF([test "x$enable_docs" = "xyes"], [ AC_PATH_PROG(YELP_BUILD, yelp-build) ]) AM_CONDITIONAL([DOCS], [test "x$YELP_BUILD" != "x"]) AC_CONFIG_FILES([ Makefile ]) Loading
docs/vala-example.css +4 −0 Original line number Diff line number Diff line Loading @@ -712,6 +712,10 @@ span.tag-name { color: blue; } span.access { color: #bd6dff; } pre.syntax span.tag { color: #729fcf; } Loading