MySQL++

Check-in [d6594ebfe8]
Login

Check-in [d6594ebfe8]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added more dirs and files for Doxygen search output so online refman works properly from the tarball.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d6594ebfe8966406c9c3b1b76d047b50cd7bbbc36523b9ada1acd5e508a38276
User & Date: tangent 2020-02-27 20:34:46.138
Context
2020-03-03
00:11
Whitespace fix check-in: f7d2e4ee6f user: tangent tags: trunk
2020-02-27
20:34
Added more dirs and files for Doxygen search output so online refman works properly from the tarball. check-in: d6594ebfe8 user: tangent tags: trunk
20:21
Added doc/html/refman/*.js to the disttree: Doxygen now uses it. check-in: 2ee9eb239d user: tangent tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to mysql++.bkl.
510
511
512
513
514
515
516
517



518





519
520
521
522
523
524
525
      <depends>doc/html/refman/ssx/index.html</depends>
      <depends>doc/html/userman/index.html</depends>
    </action>

    <action id="@PACKAGE_NAME@-@PACKAGE_VERSION@">
      <!-- Set up package directory -->
      <command>
        for d in config doc/html/refman/ssx doc/html/userman \



            doc/refman doc/userman examples lib ssx test ; \





        do \
          mkdir -p $(PKGNAME)/$(DDD) ; \
        done
      </command>

      <!-- Copy files into package directory -->
      <!-- top directory -->







|
>
>
>
|
>
>
>
>
>







510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
      <depends>doc/html/refman/ssx/index.html</depends>
      <depends>doc/html/userman/index.html</depends>
    </action>

    <action id="@PACKAGE_NAME@-@PACKAGE_VERSION@">
      <!-- Set up package directory -->
      <command>
        for d in config \
            doc/html/refman/search \
            doc/html/refman/ssx \
            doc/html/userman \
            doc/refman/search \
            doc/userman \
            examples \
            lib \
            ssx \
            test ; \
        do \
          mkdir -p $(PKGNAME)/$(DDD) ; \
        done
      </command>

      <!-- Copy files into package directory -->
      <!-- top directory -->
551
552
553
554
555
556
557

558
559
560
561
562
563
564
565
          do \
            cp doc/userman/$(DDF) $(PKGNAME)/doc/userman ; \
          done
        </command>
        <command>
          find doc \( -name *.css \
                   -o -name *.html \

                   -o -name *.js \) \
                   -exec install -m 644 {} $(PKGNAME)/{} \;
        </command>
        <command>
          cp doc/html/refman/*.png $(PKGNAME)/doc/html/refman
        </command>
      </if>
      <if cond="BUILDDOCS!='yes'">







>
|







559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
          do \
            cp doc/userman/$(DDF) $(PKGNAME)/doc/userman ; \
          done
        </command>
        <command>
          find doc \( -name *.css \
                   -o -name *.html \
                   -o -name *.js \
                   -o -name *.png \) \
                   -exec install -m 644 {} $(PKGNAME)/{} \;
        </command>
        <command>
          cp doc/html/refman/*.png $(PKGNAME)/doc/html/refman
        </command>
      </if>
      <if cond="BUILDDOCS!='yes'">