From 38c68fac6f7398e486c2fb7b210ea88db9484797 Mon Sep 17 00:00:00 2001 From: Dan Gudmundsson Date: Mon, 7 Dec 2009 14:24:48 +0000 Subject: Changed filename ref_man.src.xml to ref_man.xml.src to avoid confusion --- lib/wx/doc/src/Makefile | 10 ++-------- lib/wx/doc/src/ref_man.src.xml | 36 ------------------------------------ lib/wx/doc/src/ref_man.xml.src | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 44 deletions(-) delete mode 100644 lib/wx/doc/src/ref_man.src.xml create mode 100644 lib/wx/doc/src/ref_man.xml.src (limited to 'lib/wx/doc/src') diff --git a/lib/wx/doc/src/Makefile b/lib/wx/doc/src/Makefile index d18daa753a..fd9f7441a3 100644 --- a/lib/wx/doc/src/Makefile +++ b/lib/wx/doc/src/Makefile @@ -31,12 +31,6 @@ GenMods = $(shell ls ../../src/gen | grep 'wx[A-Z].*\.erl') \ glu.erl \ gl.erl -# GenMods = \ -# wx_misc.erl \ -# glu.erl \ -# gl.erl - - ModsNoExt = $(ErlMods:%.erl=%) $(GenMods:%.erl=%) ifneq ($(INSIDE_ERLSRC),true) @@ -126,9 +120,9 @@ gifs: $(GIF_FILES:%=$(HTMLDIR)/%) xml: $(XML_REF3_FILES) $(XML_CHAPTER_FILES) -ref_man.xml: ref_man.src.xml +ref_man.xml: ref_man.xml.src @echo Preparing ref_man.xml - @cat ref_man.src.xml > ref_man.xml + @cat ref_man.xml.src > ref_man.xml @for d in $(ModsNoExt); do \ echo " " >> ref_man.xml ; \ done diff --git a/lib/wx/doc/src/ref_man.src.xml b/lib/wx/doc/src/ref_man.src.xml deleted file mode 100644 index 77fd16b050..0000000000 --- a/lib/wx/doc/src/ref_man.src.xml +++ /dev/null @@ -1,36 +0,0 @@ - - - - -
- - 2009 - Ericsson AB. All Rights Reserved. - - - The contents of this file are subject to the Erlang Public License, - Version 1.1, (the "License"); you may not use this file except in - compliance with the License. You should have received a copy of the - Erlang Public License along with this software. If not, it can be - retrieved online at http://www.erlang.org/. - - Software distributed under the License is distributed on an "AS IS" - basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - the License for the specific language governing rights and limitations - under the License. - - - - wxErlang Reference Manual - - - - -
- -

The wxErlang application is an api for writing graphical user - interfaces with wxWidgets. -

-
- - diff --git a/lib/wx/doc/src/ref_man.xml.src b/lib/wx/doc/src/ref_man.xml.src new file mode 100644 index 0000000000..77fd16b050 --- /dev/null +++ b/lib/wx/doc/src/ref_man.xml.src @@ -0,0 +1,36 @@ + + + + +
+ + 2009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + wxErlang Reference Manual + + + + +
+ +

The wxErlang application is an api for writing graphical user + interfaces with wxWidgets. +

+
+ + -- cgit v1.2.3